@charset "utf-8";

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
html {
  height: auto;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
legend,
caption,
hr {
  display: none;
}
th {
  font-weight: inherit;
}
em {
  font-style: normal;
}
img {
  vertical-align: top;
}
input {
  vertical-align: middle;
}
p,
h3,
h2,
h1 {
  letter-spacing: normal;
}
input,
textarea,
button,
select {
  color: #222;
}
/*section {width:100%;text-align: center;}*/
body {
  width: 100%;
  height: 100%;
  color: #222;
  background-color: #fff;
  font-weight: 400;
}
video {
  object-fit: fill;
}

/* #WRAP {overflow: hidden;} */

.kr_sd_400 {
  font-weight: 400;
} /* r */
.kr_sd_500 {
  font-weight: 500;
} /* m */
.kr_sd_700 {
  font-weight: 700;
} /* b */
.en_plain_t {
  font-weight: 200;
} /* Thin */
.xdev_alimama_t {
  font-family: "Alimama FangYuanTi VF-Medium, Alimama FangYuanTi VF-Medium";
  font-weight: normal;
}
.en_plain_l {
  font-family: "Plain", sans-serif;
  font-weight: 300;
} /* Light */
.en_plain_r {
  font-family: "Plain", sans-serif;
  font-weight: 400;
} /* Regular */
.en_plain_b {
  font-weight: 700;
} /* Bold */

.fclear {
  *zoom: 1;
}
.fclear:after {
  display: block;
  content: "";
  clear: both;
}
.ir_text {
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.ir_text > * {
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  height: 0;
}

.ellipsis {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellipsis_line {
  /* font-size, line-height, max-height,-webkit-line-clamp : 개별적용(2줄이상) */
  position: relative;
  font-size: 16px;
  transition: all 0.3s;
  white-space: normal;
  word-wrap: break-word;
  line-height: 30px;
  max-height: 60px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ================================ desktop css ================================== */
.common-width {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}
.flex-start-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.flex-start-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.flex-start-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-list-nav-content{
  align-items: flex-start;
  justify-content: center;
}
#ProductItem .product-list-nav-content{
  justify-content: flex-start;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex-end-start{
    display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.oneDot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container {
  min-height: 768px;
  margin: 88px auto 160px;
}

#MAIN_CONTAINER .section {
  padding: 0;
  width: auto;
  margin: 0;
  box-sizing: unset;
  max-width: 100%;
}
#MAIN_CONTAINER.container {
  min-height: auto;
  margin: 0;
}

/* 顶部 */
#header {
  position: sticky;
  top:0;
  z-index: 10001;
  width: 100%;
  height: 96px;
  background-color: #ffffff;
}
#header .header-content {
  height: 100%;
}
#header .header-content .header-logo {
  width: 122px;
  height: auto;
  margin-right: 20px;
}
#header .header-content .header-logo img {
  width: 100%;
}
#header .header-content .header-nav {
  flex: 1;
}
#header .header-content .header-nav-list {
  flex: 1;
  height: 100%;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #303030;
}
.ve-menu-pc>li:nth-last-child(-n+2) .product-list-nav-container .product-list-nav-content{
justify-content: flex-end;
}
.header-nav-list li {
    height: 100%;
  position: relative;
  padding: 0 30px;
  box-sizing: border-box;
  width: auto !important;
  line-height: 96px !important;
}
.header-nav-list li ul{
    top:50px !important;
}
.header-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 32px;
  left: 10px;
}
.header-nav-list-active {
  color: #1d3390;
}
.header-nav-list-active .header-dot {
  background: #1d3390;
}
.header-nav-more {
  /* margin-left: 50px; */
  cursor: pointer;
}
.header-nav-more-search {
  width: 24px;
  height: auto;
  /* margin-left: 24px; */
}
.header-nav-more-language {
  width: 24px;
  height: auto;
  margin-left: 24px;
}
.menu-content {
  flex: 1;
  max-width: 90%;
  height: 100%;
}
.search-container-bg {
  /* display: none;
  width: 80%;
  height: 40px; */
  /* width:40px; */
  height: 40px;
  border-radius: 48px;
  /* padding: 0 20px; */
  box-sizing: border-box;
  position: relative;
}
.search-container {
  flex: 1;
  height:100%;
  position: absolute;
}
.search-container-input {
  width:100%;
  height: 100%;
  margin-right: 30px;
  /* background: #1d3390; */
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  outline: none;
  border: none;
  padding:0 20px;
  box-sizing: border-box;
  border-radius: 48px;
}
.search-container-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.header-nav-more-search {
  width: 24px;
  height: auto;
  cursor: pointer;
}
.close {
  position: absolute;
  right:20px;
  width: 26px;
  height: auto;
  cursor: pointer;
  display: none;
}
#HeaderSearch{
  position: absolute;
}
.language-container {
  width:40px;
  height: 40px;
  border-radius: 48px;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  margin-left:50px;
}
.language-list{
  width:0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  flex-wrap:nowrap!important;
}
.language-item {
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 40px;
}
.language-item-icon {
  position: absolute;
  right:20px;
  width: 24px;
  height: auto;
  cursor: pointer;
}
.language-item-active {
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}
@media all and (max-width: 767px){



}

/* #header{
    position: relative;
} */
.product-list-nav-container{
    display: none;
    position: fixed;
    top:90px;
    left:0;
    right:0;
    z-index: 100;
    width: 100%;
    background-color: #f9f9f9;
}
.product-list-nav-content{
    flex-wrap: wrap;
    padding:30px 20px;
    box-sizing: border-box;
    margin-top:10px;
}
.product-list-nav-item{
    width:24% !important;
    padding:0 30px !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
    line-height: 40px !important;
    color:#000 !important;
    /* border-right: 2px solid #999999 !important; */
}
.product-list-nav-item:hover{
    background:none !important;
    color:#457149 !important;
}
.product-list-nav-content .product-list-nav-item{
  font-weight: 400;

}
/* .product-list-nav-item:nth-of-type(4n){
    border-right:none !important;
} */
.about-us-list-nav-item{
  width:8% !important;
}
/* 荣誉资质证书放大 */
.look-img{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(0,0,0,0.3);
  display:none;
  padding-top:5%;
  z-index: 10005;
}
.look-img-content{
  width:45%;
  margin:0 auto;
  display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.close-look-img{
  width: 60px;
    margin-right: -50px;
    margin-bottom: 20px;
}
#lookBigImg{
  width:60%;
  height: auto;
  margin: auto;
}
@media screen and (max-width:800px) {
  .look-img-content{
    width:80%;
    margin:0 auto;
    display: flex;
      flex-direction: column;
      align-items: flex-end;
  }
  #lookBigImg{
    width:100%;
    height: auto;
    margin: auto;
  }
}
@media screen and (max-width:1600px) {
  .about-us-list-nav-item{
    width:11% !important;
  }
}
@media screen and (max-width:1440px) {
  .about-us-list-nav-item{
    width:12% !important;
  }
  #ProductItem .product-list-nav-item{
    width:25% !important;
  }
}
@media screen and (max-width:1200px) {
  .about-us-list-nav-item{
    width:20% !important;
  }
  #ProductItem .product-list-nav-item{
    width:30% !important;
  }
}
/* .about-us-list-nav-item:nth-of-type(4n){
  border-right: 2px solid #999999 !important;
} */
/* .about-us-list-nav-item:nth-of-type(3n){
  border-right:none !important;
} */
#AboutUsItem:hover #AboutUsSub{
  display: block;
}
#ProductItem:hover #ProductSub{
  display: block;
}
#ContactUsItem:hover #ContactUsSub{
  display: block;
}
.fixed-list-phone {
  position: relative;
}
.fixed-list-phone-content {
  display: none;
  position: absolute;
  top: 0;
  left: -130px;
  text-align: center;
  width: 120px;
  height: 42px;
  line-height: 42px;
  background-color: #1d3390;
  font-size: 12px;
  color: #ffffff;
}
.fixed-list-phone:hover .fixed-list-phone-content {
  display: block;
}
/* 底部 */
#footer {
  width: 100%;
}
#footer .footer-logo {
  width: 100%;
  height: 125px;
  background: #ffffff;
}
#footer .footer-logo-content {
  height: 100%;
}
#footer .footer-logo .footer-logo-img {
  width: 118px;
  height: auto;
}
#footer .footer-logo .footer-logo-text {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #666666;
}
.footer-container {
  width: 100%;
  height: 422px;
  padding: 45px 0;
  box-sizing: border-box;
  background-color: #2c323d;
}
#footer .technical-support {
  width: 100%;
  height: 60px;
  background: #242a34;
}
#footer .technical-support-content {
  height: 100%;
}
#footer .technical-support-text {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #8890a0;
}
.footer-list {
  flex-direction: column;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #8890a0;
}
.footer-list-item {
  display: block;
  font-size: 16px;
  padding-left: 40px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.footer-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.footer-phone {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}
h5.footer-list-title {
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  border-left: 2px solid #ffffff;
  color: #ffffff;
  padding-left: 40px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
/* 固定定位 联系电话 */
.fixed-list {
  position: fixed;
  top: 60%;
  right: 30px;
  flex-direction: column;
  z-index: 9999;
}
.fixed-list-item {
  width: 42px;
  height: auto;
  margin-bottom: 12px;
}
.footer-code {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}
/* 公共头部 */
.home-common-title-text {
  width: 100%;
}
.home-common-title-text-title {
  font-family: Microsoft YaHei;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}
.home-common-title-text-describe {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
/* ================================== 1440 css ================================== */
@media all and (max-width: 1620px) {
  .common-width {
    max-width: 1200px;
  }
}
@media all and (max-width: 1300px) {
  .language-list{
    position: absolute;
    right:40px;
  }
}
/* ================================== Laptop css ================================== */
@media all and (max-width: 1280px) {
  .common-width {
    max-width: 96%;
  }
  .footer-list {
    font-size: 12px;
  }
  h5.footer-list-title {
    font-size: 16px;
  }
  .footer-list-item {
    font-size: 14px;
  }
  .footer-phone {
    font-size: 20px;
  }
  .footer-code {
    width: 80px;
  }
  #footer .footer-logo .footer-logo-img {
    width: 90px;
  }
  #footer .footer-logo {
    height: 100px;
  }
  .home-common-title-text-title {
    font-size: 38px;
  }
}

/* ================================== Tablet css ================================== */
@media all and (max-width: 1080px) {
  .header-nav-list li {
    padding: 0 18px;
  }
  .header-dot {
    left: 0px;
  }
  #header .header-content .header-logo {
    width: 90px;
    height: auto;
  }
  .header-nav-more {
    margin-left: 0px;
  }
  .footer-list-item {
    padding-left: 10px;
  }
  h5.footer-list-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ================================== Mobile css ================================== */
@media all and (max-width: 820px) {
  #header .header-content .header-nav-list {
    display: none !important;
  }
  .header-nav-list li {
    padding: 0 10px;
  }
  .header-dot {
    left: -10px;
  }
  /* .footer-list-item{padding-left:10px}
    h5.footer-list-title{padding-left:10px;} */
  .footer-container {
    height: auto;
    padding: 45px 12px;
  }
  .footer-content {
    flex-direction: column;
  }
  .footer-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer-mobile-list {
    flex-direction: column;
  }
  .footer-mobile-list-item {
    width: 100% !important;
  }
  .footer-list-item {
    width: 49%;
    word-wrap: break-word;
    padding-left: 4px;
  }
  h5.footer-list-title {
    width: 100%;
    margin-bottom: 14px;
    margin-top:20px;
  }
  .footer-code {
    margin-right: 10px;
  }
  #footer .technical-support {
    height: auto;
  }
  #footer .technical-support-content {
    flex-direction: column;
  }
  #footer .technical-support-text {
    font-size: 12px;
  }
  .technical-support {
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .footer-list-code{
    align-items: flex-start;
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .footer-container {
    height: auto;
    padding: 25px 0;
}
  #footer .technical-support-content {
    flex-direction: inherit;
  }
}

/* ================================== Mobile css ================================== */


@media all and (max-width: 768px) {
  .ve-menu-icon {
    order: 2;
  }
}
@media all and (max-width: 767px) {
  .common-width {
    max-width: 92%;
  }
  
  #header {
    height: 60px;
    position: relative;
    z-index: 10000;
  }
  #header .header-content .header-logo {
    width: 70px;
  }
  .header-nav-more {
    margin-left: 0;
  }
  .home-common-title-text-title {
    font-size: 28px;
    line-height: 36px;
  }
  .home-common-title-text-describe{
    font-size: 14px;
  }
  .header-dot {
    display: none;
  }
  .header-nav-more {
    order: 1;
  }
  .ve-menu-icon {
    order: 2;
    margin-left: 12px;
  }
  .header-nav-more-language {
    margin-left: 12px;
  }
  .fixed-list {
    top: calc(100% - 170px);
    right: 1px;
  }
  .product-list-nav-content{
    flex-direction: column;
  }
  .ve-menu-mobile li a{
    /* border:none !important; */
    color:#ffffff;
  }
  .about-us-list-nav-item:nth-of-type(4n){
    border:none !important;
  }
  .about-us-list-nav-item{
    width:50% !important;
  }
  .product-list-nav-item{
    width:100% !important;
    padding:0 !important;
    border-bottom: none !important;
  }
  .product-list-nav-content{
    padding:20px 0px;
  }
  .product-list-nav-container{
    position: static;
    background-color: rgba(0,0,0,0) !important;
  }
  .footer-list-item{
    font-size: 12px;
  }
  .language-list{
    right:126px;
  }
  #header.header-nav-list{
    display: none;
  }
 
}

.honorary-content-title-link {
  position: absolute;
  bottom: 40px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.7)
}
.honorary-content-title-link a {
  color: rgba(255, 255, 255, 0.7);}


  .font46 {
    font-size: 46px;;
  }
  .font48 {
    font-size: 48px;;
  }
  @media all and (max-width: 1440px) {
    .font46 {
      font-size: 40px;;
    }
    .font48 {
      font-size: 44px;;
    }
  }
  @media all and (max-width: 1366px) {
    .font46 {
      font-size: 36px;;
    }
    .font48 {
      font-size: 42px;;
    }
  }
  @media all and (max-width: 1280px) {
    .font46 {
      font-size: 34px;;
    }
    .font48 {
      font-size: 36px;;
    }
  }
  @media all and (max-width: 767px) {
    .font46 {
      font-size: 26px;;
    }
    .font48 {
      font-size: 28px;;
    }
    .honorary-content-title-link {
      bottom: 20px;
    }
  }